home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0301.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.5 KB  |  45 lines

  1. The man most directly responsible for this twaddle was neil Bramwell, who did
  2. thus comment on bob & Icon Banks on the night of 28-Oct-97:
  3. -> Hi folks
  4.  
  5. -> Can anyone help?
  6.  
  7. -> I know that Amos saves bob & Icon banks with the program
  8. -> but-
  9.  
  10. -> Ive been working on a program and the 1st time I ran it the
  11. -> code loaded in the bob and Icon files, returning to the 
  12. -> editor I remmed the loading lines and saved the code.
  13.  
  14. -> The program loaded banks n'all and worked fine for some time,
  15. -> until now, when I try to run it an error message telling me
  16. -> bank not reserved at line so 'n' so (get icon palette).
  17.  
  18. -> when I go back to the editor and erase the rem's to reload 
  19. -> the files the editor turned the load in LOAD, after which
  20. -> nothing else works apart from a crash.
  21.  
  22. -> I have checked other programs with bob and icon files saved
  23. -> in them and all works fine.
  24.  
  25. When you are saving any banks, remember to put a ,<bank> at the end. For
  26. example, to save a sprite bank do:
  27.  
  28. Save "Sprites",1
  29.  
  30. You could also do a plain SAVE (which I think is what you are doing) but
  31. when you load this bank-less saved version in, it will delete all other
  32. banks when loaded, as it thinks it is a set, rather than a single bank.
  33.  
  34. Andrew "Mushroom" Kellett
  35. --
  36.  Email: Andy Kellett <mushypd@redrose.net>  Team *AMOS* + IAPA Team *AMIGA*
  37.   alt.religion.amos - AMOS now on usenet! AMOS Mailinglist also mirrored
  38.  
  39.      World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
  40.  
  41.          Massive FTP site with AMOS/C64 and Mods/Samples + more at
  42.                             mushy-pd.dyn.ml.org
  43.  
  44.  
  45.